home *** CD-ROM | disk | FTP | other *** search
/ Megarom / Megarom Macintosh CD Software (Quantum Leap)(1992).iso / COMMUNICATION / Term-Plus / CIS Term Setup Script next >
Text File  |  1989-11-20  |  971b  |  65 lines

  1. @Label0
  2. AutoType "GO TERMINAL^M"
  3. @Label1
  4. If Prompt = "Enter choice !" Then @Label2
  5. GoTo @Label1
  6.  
  7. @Label2
  8. AutoType "2^M"
  9. @Label3
  10. If Prompt = "Enter choice !" Then @Label4
  11. GoTo @Label3
  12.  
  13. @Label4
  14. AutoType "1^M"
  15. @Label5
  16. If Prompt = "individual parameters  !" Then @Label6
  17. GoTo @Label5
  18.  
  19. @Label6
  20. AutoType "^M"
  21. @Label7
  22. If Prompt = "Enter choice !" Then @Label8
  23. GoTo @Label7
  24.  
  25. @Label8
  26. AutoType "1^M"
  27. @Label9
  28. If Prompt = "<CR> keeps current setting !" Then @Label10
  29. GoTo @Label9
  30.  
  31. @Label10
  32. AutoType "80^M"
  33. @Label11
  34. If Prompt = "Enter choice !" Then @Label12
  35. GoTo @Label11
  36.  
  37. @Label12
  38. AutoType "2^M"
  39. @Label13
  40. If Prompt = "<CR> keeps current setting !" Then @Label14
  41. GoTo @Label13
  42.  
  43. @Label14
  44. AutoType "24^M"
  45. @Label15
  46. If Prompt = "Enter choice !" Then @Label16
  47. GoTo @Label15
  48.  
  49. @Label16
  50. AutoType "^M"
  51. @Label17
  52. If Prompt = "Enter choice !" Then @Label18
  53. GoTo @Label17
  54.  
  55. @Label18
  56. AutoType "^M"
  57. @Label19
  58. If Prompt = "setting !" Then @Label20
  59. GoTo @Label19
  60.  
  61. @Label20
  62. AutoType "1^M"
  63. @Label21
  64. Quit
  65.